type go/types.importDecl

4 uses

	go/types (current package)
		decl.go#L374: 	importDecl struct{ spec *ast.ImportSpec }
		decl.go#L387: func (d importDecl) node() ast.Node { return d.spec }
		decl.go#L408: 				f(importDecl{s})
		resolver.go#L263: 			case importDecl: